home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / lineed.zip / LINEED.HLP < prev    next >
Text File  |  1992-04-05  |  3KB  |  87 lines

  1. Hit [Enter] on a blank line to get LineEd's options prompt.  This
  2. summarizes your options:
  3.  
  4. [Q]uit......Quit or Abort message/file entry.
  5. [S]ave......Save a completed message/file.
  6. [>]Quote....If you are replying to a message, will load quotes from it.
  7. [D]elete....Delete a range of lines.
  8. [I]nsert....Insert a line or lines.  Insertion stops when you hit
  9.             [Enter] on a blank line.
  10. [M]ove......Move a range of lines from one location to another.
  11. [C]ontinue..Keep adding to what you've already typed.
  12. [R]ead......Read (list) the message/file so far entered.
  13. [N]ewbuff...Get a fresh buffer (delete all text).
  14. Re[T]ype....Retype a line you've already entered.
  15. [E]dit......Search-and-replace type edit of a line of text.
  16. [F]orm......Reforms a paragraph.  Stops at the first blank or indented line.
  17. [H]elp......Reads this file to you (so will [?]).
  18. [!]Stats....Gives you information such as time left, bytes free, and so
  19.             on.  If you are replying to a message, allows you to change
  20.             the Subject and To fields.
  21.  
  22.  
  23. Special Control Codes:
  24. =====================
  25. Note that XBBS's control-codes are in effect when entering text.  These
  26. are:
  27.  
  28. CTRL-U...Delete character from buffer.
  29. CTRL-V...Insert space into buffer.
  30. CTRL-W...Retrieve word from buffer.
  31. CTRL-X...Retrieve character from buffer.
  32. CTRL-Y...Retrieve line from buffer.
  33. CTRL-Z...Delete word from line (text stays in buffer).
  34.  
  35. In the case of control codes, the buffer is any text you have already
  36. entered on a given line.  You may therefore backspace (or CTRL-Z) to a
  37. point, edit a portion, then retrieve characters already entered on the
  38. line.
  39.  
  40. Note that Delete, Insert, ReType and Read default to the last line.
  41. Entering 0 for a line number will abort a command if you hit it by
  42. accident.
  43.  
  44. To enter a blank line, type one space before hitting [Enter].
  45.  
  46.  
  47. Valid MCI commands (where available):
  48. ====================================
  49. ^A#...........Change screen colors and attributes for ANSI users.
  50.   Possible values for #, and results:
  51.      0...restore normal attributes (bright green on black)
  52.      1...bright
  53.      2...dim
  54.      3...flash on
  55.      4...reverse on
  56.      5...red
  57.      6...green
  58.      7...yellow
  59.      8...blue
  60.      9...magenta
  61.      A...cyan
  62. ^B............Ring a bell (CHR$(7)'s).
  63.   An example line:  This will ring the console bell.^B
  64.  
  65. ^D............Print current date in BASIC format (MM/DD/YYYY).
  66.   An example line:  The date is now ^D.
  67.  
  68. ^Hx...........Print x number of deletes.  x must be 1-9.
  69.   An example line:  I'll overprint THIS^H4with this.
  70.  
  71. ^Px...........Pause x tenths of a second.  Only one pause per line,
  72.               and pause is activated at *start* of line.
  73.  
  74. ^R............Time remaining.
  75.  
  76. ^S............Slowprint this line.
  77.  
  78. ^T............Print current time in BASIC format (HH:MM:SS).
  79.   An example line:  The current time is ^T.
  80.  
  81. ^U............Print current user's name.
  82.   Example lines:  Your full name is ^U.
  83.                  Your first name is ^U1, your last name is ^U2.
  84.  ------------------------------------------
  85. NOTE: ^ is carat character (followed by a letter), ->not<- a
  86.         Control-Character sequence.
  87.